Add the SIMD table generator script (#858)#858
Open
terrelln wants to merge 2 commits into
Open
Conversation
|
@terrelln has exported this pull request. If you are a Meta employee, you can view the originating Diff in D109893569. |
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jul 16, 2026
Summary: Pull Request resolved: facebook#858 Adds `scripts/gen_pivco_huffman_tables.py`, which renders the generated lookup-table headers consumed by the architecture-specific kernels (x86, neon, avx512). It is checked in ahead of the per-architecture kernels that include its output. Reviewed By: kevinjzhang Differential Revision: D109893569
terrelln
force-pushed
the
export-D109893569
branch
from
July 16, 2026 15:46
64d7683 to
1789c3f
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jul 23, 2026
Summary: Adds `scripts/gen_pivco_huffman_tables.py`, which renders the generated lookup-table headers consumed by the architecture-specific kernels (x86, neon, avx512). It is checked in ahead of the per-architecture kernels that include its output. Reviewed By: kevinjzhang Differential Revision: D109893569
terrelln
force-pushed
the
export-D109893569
branch
from
July 23, 2026 21:41
1789c3f to
c98a76b
Compare
Summary: Canonical Huffman trees always emit shallower leaves left of deeper leaves. Therefore these methods are not needed, and are dead code. Differential Revision: D113463813
Summary: Adds `scripts/gen_pivco_huffman_tables.py`, which renders the generated lookup-table headers consumed by the architecture-specific kernels (x86, neon, avx512). It is checked in ahead of the per-architecture kernels that include its output. Reviewed By: kevinjzhang Differential Revision: D109893569
terrelln
force-pushed
the
export-D109893569
branch
from
July 23, 2026 21:55
c98a76b to
5c0d165
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jul 23, 2026
Summary: Adds `scripts/gen_pivco_huffman_tables.py`, which renders the generated lookup-table headers consumed by the architecture-specific kernels (x86, neon, avx512). It is checked in ahead of the per-architecture kernels that include its output. Reviewed By: kevinjzhang Differential Revision: D109893569
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Adds
scripts/gen_pivco_huffman_tables.py, which renders the generated lookup-table headers consumed by the architecture-specific kernels (x86, neon, avx512). It is checked in ahead of the per-architecture kernels that include its output.Reviewed By: kevinjzhang
Differential Revision: D109893569